header .logo-wrap {
    display: block;
}

.logo {
    position: absolute;
    margin-left: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1111;
}

.logo i {
    position: absolute;
    left: -155px;
    width: 155px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

.logo:hover i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}

.logo img {
    height: 60px;
    background-color: #fff;
}

.header-com {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap {
    flex: 1;
    /* overflow: hidden; */
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>div.fx {
    margin-right: 60px;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>div.fx>.phone {
    color: #000;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>div.fx>.email {
    color: #999;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>form {
    padding: 1px 0px;
    position: relative;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>form>.input_con {
    flex: 1;
    overflow: hidden;
}

.header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>form>input[type="submit"] {
    width: 59px;
    height: 36px;
    font-size: 18px;
    color: #000000;
    background-color: unset;
    margin: 0px;
    position: absolute;
    right: 1px;
    background-image: url("../images/sousuo.PNG");
    background-size: 14px;
    border: 1px solid #eee;
}

#searchKey {
    height: 38px;
    width: 200px;
    background-color: #eee;
    border: 1px solid #eee;
    padding-left: 15px;
    transition: all 0.25s ease-out;
}

#searchKey:focus {
    width: 240px;
    border-color: #1a3580;
}

#example-navbar-collapse>.navbar-nav>li.dropdown {
    float: unset;
}

.iconfont.phone-search-icon {
    display: none;
}

#example-navbar-collapse .navbar-nav>li>a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.25s ease-out 0ms;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
}

#example-navbar-collapse>.navbar-nav>li.dropdown:hover>a,
#example-navbar-collapse .navbar-nav>li.current-open>a {
    color: #fff;
    background-color: #1a3580;
}

#example-navbar-collapse .navbar-nav>li>a>b {
    font-size: 12px;
}

.dropdown-menu>li>a:hover {
    color: #1a3580;
}

.dropdown-menu>li>a {
    padding: 8px 15px;
    color: #999;
}

.navbar-nav>li>.dropdown-menu {
    border-top: 2px solid #1a3580;
}

.navbar {
    border: none;
}

.header-com.actv {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1111;
    box-shadow: 0px 0px 3px #ccc;
}


/* 
#example-navbar-collapse>.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    display: block;
} */

@media (min-width: 768px) {
    .navbar .navbar-nav {
        float: unset;
    }
    .all-phone {
        display: none;
    }
}

@media (min-width: 992px) {
    header .navbar-toggle {
        display: none;
    }
}

@media (max-width: 1199px) {
    #example-navbar-collapse .navbar-nav>li>a {
        font-size: 14px;
        padding: 0 8px;
    }
    .logo {
        top: 0;
    }
}

@media (max-width: 991px) {
    .header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>div.fx {
        margin-right: 14px;
    }
    #example-navbar-collapse .navbar-nav>li>a {
        font-size: 14px;
    }
    #header>.header-wrap .nav-wrap .nav-tit {
        padding: 0;
        line-height: 40px;
        display: block;
        color: #FFFFFF;
        margin: 0;
        height: auto;
        border: none;
    }
    header .navbar-toggle {
        margin: 0;
        position: absolute;
        padding: 0;
        cursor: pointer;
        top: 40px;
        right: 20px;
        transform: translate(0, -50%);
        display: block;
    }
    #header>.header-wrap .right-wrap {
        display: none;
    }
    #header>.header-wrap {
        height: 80px;
        justify-content: unset;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 768px) {
    .logo {
        top: unset;
    }
    .header-com .row {
        padding: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .logo img {
        height: 50px;
    }
    .header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap>div.fx {
        display: none;
    }
    .iconfont.phone-search-icon {
        display: block;
        position: fixed;
        width: auto;
        z-index: 1111;
        right: 60px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 18px;
    }
    .header-com>.container>.row>.fx-wrap-between>.right-wrap>.top-wrap {
        position: absolute;
        display: block;
        top: 60px;
        width: 100%;
        background-color: #ccc;
        padding: 0px 15px;
        margin: 0px -15px;
    }
    .header-com {
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 11;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        background-color: #fff;
    }
    .header-com>div {
        width: 100%;
    }
    .navbar {
        border: unset;
    }
    #searchKey:focus {
        width: 100%;
        border-color: #1a3580;
    }
    #searchKey {
        width: 100%;
    }
    #example-navbar-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 60px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
    #example-navbar-collapse>ul {
        display: block;
        width: 100%;
        margin: 0;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #1a3580;
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #76838f;
        line-height: 22px;
        padding: 5px 15px 5px 25px;
    }
    #example-navbar-collapse .navbar-nav>li>a {
        height: auto;
        line-height: 22px;
        padding: 10px 15px;
    }
    #example-navbar-collapse>.navbar-nav>li.dropdown.open {
        margin-top: 2px;
    }
    .navbar {
        position: unset;
    }
}